Consistent hashing
- 网络一致性哈希;一致性散列;一致哈希
-
A new cooperative Web caching system based on consistent hashing
一种新的基于连续哈希函数的合作式Web缓存系统
-
The consistent hashing algorithm is used in distribute storage system at present .
一致性哈希算法目前在分布式存储中应用广泛。
-
This mode adds " distribution " based on consistent hashing .
该模式增加了“分布式”特性,这是一种基于哈希一致性的技术。
-
With a good consistent hashing function , all servers should have more or less the same amount of data stored locally .
使用良好的哈希一致性功能,所有的服务器节点存储的数据容量都是差不多大小。
-
An improved algorithm named Consistent Hashing and an immigration method of nodes are proposed to fulfill a comprehensive scheduling concerning all the three facets .
本文提出用改进的consistenthashing算法实现兼顾三者的综合调度,并讨论了结点的迁移方法。
-
When you store or get information from a list of memcached servers , the memcached client derives a numerical value from the key using a consistent hashing algorithm .
当想要从一列memcached服务器存储或获取信息时,memcached客户机就会用一个一致的散列算法从这个键获取一个数值。
-
This scheme uses scalable bloom filter model to filter reduplicate URLs , consistent hashing to distribute URLs , and UDT protocol to transfer URLs in blocks .
该方案采用扩展Bloomfilter模型进行URL去重,采用一致性哈希进行URL分配,采用UDT协议进行URL批量传输。
-
The chunk name (" / home / bela / tmp . txt . # 2 ") is used to pick the server to write the chunk to , or to read it from , using consistent hashing .
区块名称(“/home/bela/tmp.txt.2”)会根据哈希一致性技术,来选择并定位读写的服务器节点。